projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8f59f5
)
(C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM): Don't define them if using GCC.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 17 Sep 1996 19:02:36 +0000
(19:02 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 17 Sep 1996 19:02:36 +0000
(19:02 +0000)
src/s/sco5.h
patch
|
blob
|
history
diff --git
a/src/s/sco5.h
b/src/s/sco5.h
index 7f0f21d08f89a06f2b269360478d53fc7338ae0f..1c914a37299e949bfacd50cd66363c0b933345bb 100644
(file)
--- a/
src/s/sco5.h
+++ b/
src/s/sco5.h
@@
-149,8
+149,10
@@
Boston, MA 02111-1307, USA. */
#define UNEXEC unexelf.o
+#ifndef __GNUC__
#define C_SWITCH_SYSTEM -belf
#define LD_SWITCH_SYSTEM -belf
+#endif
/* SCO has a working alloca in libPW */
#define HAVE_ALLOCA